PUT /File/RecentlyUsed/{id}/

Adds the given file ID to the list of recently used items.
 

Request

Method Request URI
PUT /API/File/RecentlyUsed/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to add.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

There is no Request Body for this function.

Response

Response Body

A value indicating whether the item was added or not, or a status code indicating a problem, or an empty array if no results were found.